Defines | |
| #define | PA_InitVBL() PA_StartInt(INT_VBLANK, PA_vblFunc) |
| Intiate a basic VBL function. Very usefull for unexperienced users, it updates the OAM (sprites), the Keypad, and the Stylus input every frame. No need to use PA_UpdateOAM, PA_UpdatePad, PA_UpdateStylus, and PA_UpdateRTC ! | |
| #define | PA_GetVcount() (REG_VCOUNT&511) |
| Get the vertical line count... | |
Functions | |
| void | PA_ResetInterrupts (void) |
| Reset the interrupt system. Disables all interrupts. | |
| void | PA_StartInt (u8 inter, funcpointer interfunc) |
| Initiate a given interrupt. | |
| void | PA_StopInt (u8 inter) |
| Initiate a given interrupt. | |
| void | PA_vblFunc (void) |
| The standard PAlib VBL function... This will update the pad, the stylus, the RTC, etc... You could/should use this function if you do your own custom VBL... | |
|
||||||||||||
|
Initiate a given interrupt.
|
|
|
Initiate a given interrupt.
|
1.3.9.1